Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22396 | GEN003430 | SV-34995r1_rule | ECLP-1 | Medium |
Description |
---|
If the group of the at directory is not root, bin, sys or other, unauthorized users could be allowed to view or edit files containing sensitive information within the directory. |
STIG | Date |
---|---|
HP-UX 11.31 Security Technical Implementation Guide | 2018-03-01 |
Check Text ( C-36481r1_chk ) |
---|
Check the group ownership of the file. Procedure: # ls -lLd /var/spool/cron/atjobs If the file is not group-owned by root, bin, sys or other this is a finding. |
Fix Text (F-31829r1_fix) |
---|
Change the group ownership of the file to root, bin, sys or other. # chgrp root /var/spool/cron/atjobs |